Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add --rpc.jwtsecret arg #5271

Merged
merged 1 commit into from
Nov 3, 2023
Merged

feat: add --rpc.jwtsecret arg #5271

merged 1 commit into from
Nov 3, 2023

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Nov 2, 2023

Closes #4919

integrates jwt argument to guard http and ws endpoint.

I tried to make this as clear as possible that this is entirely separated from the --auth.jwtscecret, but maybe naming/docs can be improved

UX regarding user input could perhaps be improved, but need user feedback first

@mattsse mattsse added M-changelog This change should be included in the changelog A-rpc Related to the RPC implementation A-cli Related to the reth CLI labels Nov 2, 2023
Copy link
Member

@Rjected Rjected left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, I like the expanded comments

@Rjected Rjected added this pull request to the merge queue Nov 3, 2023
Merged via the queue into main with commit a98ae7f Nov 3, 2023
22 checks passed
@Rjected Rjected deleted the matt/add-rpc-jwtsecret-arg branch November 3, 2023 03:08
mattsse added a commit that referenced this pull request Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli Related to the reth CLI A-rpc Related to the RPC implementation M-changelog This change should be included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Authenticated JSON-RPC endpoint
2 participants